VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Processing Namespace / CompositeProcessingCommand<TTarget> Class / CreateCompositeResult(Object,ICollection<ProcessingResult>) Method
Синтаксис Требования Смотрите также
В этом разделе
    CreateCompositeResult(Object,ICollection<ProcessingResult>) Метод (CompositeProcessingCommand<TTarget>)
    В этом разделе
    Создает составной результат обработки.
    Синтаксис
    'Declaration
    
    Protected Overridable Function CreateCompositeResult( _
    ByVal target
    Цель обработки.
    As System.Object, _
    ByVal results
    Результаты обработки.
    As System.Collections.Generic.ICollection _
    ) As CompositeProcessingResult
    protected virtual CompositeProcessingResult CreateCompositeResult(
    System.Object target,
    System.Collections.Generic.ICollection results
    )
    protected: virtual CompositeProcessingResult* CreateCompositeResult(
    System.Object target,
    System.Collections.Generic.ICollection results
    )
    protected:
    virtual CompositeProcessingResult^ CreateCompositeResult(
    System.Object target,
    System.Collections.Generic.ICollection results
    )

    Parameters

    target
    Цель обработки.
    results
    Результаты обработки.

    Return Value

    Составной результат обработки.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также